home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / makgle32.bat < prev    next >
DOS Batch File  |  1995-02-07  |  496b  |  32 lines

  1. @echo off
  2. REM makgle32.bat by Axel Rohde
  3. REM
  4. REM Run this file to install the makefiles for gcc/djgpp/go32/GNUmake under DOS
  5. REM
  6.  
  7. copy makefile.dj makefile
  8. copy config.dj config.i
  9.  
  10. cd font
  11. copy makefile.dj makefile
  12.  
  13. cd ..\util\contour 
  14. copy makefile.dj makefile
  15.  
  16. cd ..\fitls
  17. copy makefile.dj makefile
  18.  
  19. cd ..\fitz
  20. copy makefile.dj makefile
  21.  
  22. cd ..\letz
  23. copy makefile.dj makefile
  24.  
  25. cd ..\manip
  26. copy makefile.dj makefile
  27.  
  28. cd ..\surf 
  29. copy makefile.dj makefile
  30.  
  31. cd ..\..
  32.